fetcher: Add "config-flags" construct-only property
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 10 Nov 2015 00:04:42 +0000 (19:04 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 14 Dec 2015 14:41:29 +0000 (09:41 -0500)
commitaf30fc764a25c1888968d3a69bfc9b8e377427c1
tree68b83308c0b963ae72c1cf009a5b02d72b9b13b0
parent96eed957205c5a318c2849100778d48aad748469
fetcher: Add "config-flags" construct-only property

A lot of effort here just to avoid touching SoupSession directly in
ostree_fetcher_new().  The reason will become apparent in subsequent
commits.

Note this introduces generated enum/flags GTypes using glib-mkenums.
I could have just made the property type as plain integer, but doing
properties right will henceforth be easier now that the automake-fu
is established.
Makefile-libostree.am
configure.ac
src/libostree/ostree-enumtypes.c.template [new file with mode: 0644]
src/libostree/ostree-enumtypes.h.template [new file with mode: 0644]
src/libostree/ostree-fetcher.c